home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / windows / aspwas06.zip / ASPWAS.DOC next >
Text File  |  1992-07-29  |  3KB  |  83 lines

  1. WHAT IS ASPWAS?
  2. ---------------
  3. ASPWAS is a program to assist you in converting an ASPect script
  4. to a WASpect script.
  5.  
  6. Here the emphasis is upon ASSIST.  It is a rare case when ASPWAS
  7. will be able to convert your script without producing any warning
  8. messages.
  9.  
  10. ASPWAS warnings and hints are preceeded and terminated with '@',
  11. for example, @WXMODEM Not implemented in PW@ or @No equivalent@ or
  12. @Use SET DialDir Access and FETCH MetaKeyFile@  or
  13. @See $TERMCOLS,$XPIXELS@.
  14.  
  15. All lines in the resulting Waspect script which will require
  16. your further attention are displayed on the screen and also
  17. written to a file with the extension .WRN.
  18.  
  19. The .WRN file contains only those lines which require your attention.
  20. The .WRN file does not contain those lines which were successfully
  21. converted and which consequently require no action on your part.
  22.  
  23. ASPWAS will correctly convert Aspect WHEN-TRANSMIT statements by
  24. generating a call to a procedure which transmits the desired
  25. string.
  26.  
  27. MDIAL and DIAL commands will be converted and WHILE $DIALING,
  28. ENDWHILE, PAUSE 1 will be inserted following any MDIAL or DIAL
  29. command.
  30.  
  31. Names which appear in the Aspect script which are now reserved
  32. words, such as Password, are prefixed with two underscores thus
  33. avoiding any conflicts with the new reserved words.
  34.  
  35. The predined variables n0..n9 are converted to their new names
  36. of i0..i9.  If you have used i0..i9 in your Aspect script
  37. then ASPWAS will rename these for you by suffixing the name
  38. with IIII.
  39.  
  40.  
  41.  
  42. HOW TO INVOKE ASPWAS
  43. --------------------
  44. At the Dos prompt type ASPWAS and the command format will be
  45. displayed and explained.
  46.  
  47.  
  48.  
  49. WHAT IS SANDEFJORD'S TIER'N?
  50. ----------------------------
  51. Sandefjord's Tier'n is a 100 kilometer walk in Sandefjord, Norway
  52. with a 24 hour time limit.
  53.  
  54. Shorter distances are also offered, eg, 10,20, and 65 kilometers.
  55.  
  56. This walk is NOT a race and is held every year in the last half
  57. of August.
  58.  
  59. In 1992 the 100 kilometer walk starts on the 22nd of August at 7 a.m.
  60.  
  61. Sandefjord's Tier'n translated to english would be Sandefjord's Ten'r.
  62.  
  63. A Norwegian mile is 10 kilometers and ten miles is then 100 kilometers.
  64.  
  65. Contact Karl, CompuServe ID 100034,225 for further details.
  66.  
  67.  
  68. NECESSARY EVILS
  69. ---------------
  70. Copyright
  71.  
  72. ASPWAS.EXE  converts an Aspect 2.01 script to a Waspect 1.0 script 29 Jul 92
  73. Copyright 1992 QED All rights reserved.
  74.  
  75.  
  76. Disclaimer.
  77.  
  78. The information provided herein is subject to change without notice. In no
  79. event will QED be liable for damages, including any loss of
  80. revenue, loss of profits or other incidental or consequential damages arising
  81. out of the use or inability to use of this information or ASPWAS.EXE.
  82.  
  83.